Represents method CreateList<T>(T[]).
CreateList<T>(T[])
public class function CreateList<T>(const values: array of T): IList<T>; overload; static;